chore(deps): bump postcss-custom-media from 11.0.6 to 12.0.1#712
chore(deps): bump postcss-custom-media from 11.0.6 to 12.0.1#712dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps [postcss-custom-media](https://github.com/csstools/postcss-plugins/tree/HEAD/plugins/postcss-custom-media) from 11.0.6 to 12.0.1. - [Changelog](https://github.com/csstools/postcss-plugins/blob/main/plugins/postcss-custom-media/CHANGELOG.md) - [Commits](https://github.com/csstools/postcss-plugins/commits/HEAD/plugins/postcss-custom-media) --- updated-dependencies: - dependency-name: postcss-custom-media dependency-version: 12.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
| "postcss": "^8.5.6", | ||
| "postcss-combine-duplicated-selectors": "^10.0.3", | ||
| "postcss-custom-media": "^11.0.6", | ||
| "postcss-custom-media": "^12.0.1", |
There was a problem hiding this comment.
ESM-only package loaded via CommonJS require() call
Medium Severity
postcss-custom-media v12 dropped CommonJS support and is now ESM-only, but the consuming code in style-engine-postcss-config.ts loads it via require("postcss-custom-media"). This relies on Node.js's require(esm) interop, which was only unflagged in Node 22.12+. Since the project's engine constraint is "22.x", earlier 22.x versions (22.0–22.11) would fail at runtime with a module format error.
Package size differencesNo package size differences greater than 20 KB 🚀 All package size differences
|


Bumps postcss-custom-media from 11.0.6 to 12.0.1.
Changelog
Sourced from postcss-custom-media's changelog.
Commits
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)